home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global firstTime, goOn, gPlaySound, goQuick, gTiming, audioPath, gCurrLabel, gTourVariables, notClicked, gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
- if the frameLabel <> 0 then
- gCurrLabel = the frameLabel
- end if
- FindObj = GetFindObj(gTourVariables)
- repeat with rc in [gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow, FindObj]
- doRollover(rc)
- end repeat
- if gTiming then
- startTimer()
- gTiming = 0
- end if
- if the timer > (8 * 60) then
- go(the frame + 1)
- else
- go(the frame)
- end if
- end
-